home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / SmoothUV.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  75 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="SmoothUV">
  4.   <description />
  5.   <filters>
  6.     <filter name="SmoothUV" category="Spatial Smoothers" helpfile="smootuv" type="clip">
  7.       <description>This filter can be used to reduce rainbows, as done by SmartSmoothIQ.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="radius" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  17.           <description>the range of operation</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="threshold" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  21.           <description>The same one as used in smartsmoothIQ.</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="field" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
  25.           <description>Allows you to process independantly fields (risks of worse blurring/color bleeding).</description>
  26.           <items />
  27.         </parameter>
  28.       </parameters>
  29.     </filter>
  30.     <filter name="SSHiQ" category="Spatial Smoothers" helpfile="smoothuv" type="clip">
  31.       <description>This filter can be used to reduce rainbows, as done by SmartSmoothIQ.</description>
  32.       <colorspaces>
  33.         <colorspace>yv12</colorspace>
  34.       </colorspaces>
  35.       <parameters>
  36.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  37.           <description />
  38.           <items />
  39.         </parameter>
  40.         <parameter name="rY" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  41.           <description>The radius for luminance (how far from the current pixel neighbours are used). The greater the more smooth.</description>
  42.           <items />
  43.         </parameter>
  44.         <parameter name="rC" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  45.           <description>The radius for chrominance (how far from the current pixel neighbours are used). The greater the more smooth.</description>
  46.           <items />
  47.         </parameter>
  48.         <parameter name="tY" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  49.           <description>Threshold (details sensibility). The greater the more smooth (not exactly the same as fpr other SSHiQ filters).</description>
  50.           <items />
  51.         </parameter>
  52.         <parameter name="tC" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  53.           <description>Threshold (details sensibility). The greater the more smooth (not exactly the same as fpr other SSHiQ filters).</description>
  54.           <items />
  55.         </parameter>
  56.         <parameter name="str" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  57.           <description>Strength (only used in HiQ mode), ie how much of the smoothed version should be used at best for calculating the new pixel.</description>
  58.           <items />
  59.         </parameter>
  60.         <parameter name="HQY" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
  61.           <description>Use the HiQ mode, where the edge information automatically reduce the strength value.</description>
  62.           <items />
  63.         </parameter>
  64.         <parameter name="HQC" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
  65.           <description>Use the HiQ mode, where the edge information automatically reduce the strength value.</description>
  66.           <items />
  67.         </parameter>
  68.         <parameter name="field" type="bool" default="" max="0" min="0" step="0" optional="False" paramList="False">
  69.           <description>Allows you to process independently fields (risks of worse blurring/color bleeding).</description>
  70.           <items />
  71.         </parameter>
  72.       </parameters>
  73.     </filter>
  74.   </filters>
  75. </plugin>